home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
progut~1
/
iostream.zoo
/
include
/
ioconfig.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-09-22
|
348 b
|
19 lines
#define NAMES_HAVE_UNDERSCORE
#define FILEBUF_VT_NAME "__vt$filebuf"
#ifdef NAMES_HAVE_UNDERSCORE
#define UNDERSCORE "_"
#else
#define UNDERSCORE ""
#endif
/* #define LITTLE_ENDIAN */
/* Defined if the library should include an implementation of stdio. */
/* #define IMPLEMENT_STDIO */
#ifdef IMPLEMENT_STDIO
#undef IMPLEMENT_STDIO
#endif